From 7caecf3979e751bfdfa245dea3867f3cdd785c08 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 23 May 2014 11:52:12 -0400 Subject: [PATCH] Add more icons to check-icon-names These are icons which are used as GtkArrow replacement, and icons used for the volume button. --- testsuite/gtk/check-icon-names.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/testsuite/gtk/check-icon-names.c b/testsuite/gtk/check-icon-names.c index fe3646c75f..3474938e4c 100644 --- a/testsuite/gtk/check-icon-names.c +++ b/testsuite/gtk/check-icon-names.c @@ -103,9 +103,21 @@ static char *icon_names[] = { "zoom-out", "zoom-fit-best", "edit-select-all", - "edit-clear" + "edit-clear", /* "gtk-select-color", */ /* "gtk-color-picker" */ + "pan-down-symbolic", + "pan-up-symbolic", + "pan-start-symbolic", + "pan-end-symbolic", + "audio-volume-muted", + "audio-volume-high", + "audio-volume-low", + "audio-volume-medium", + "audio-volume-muted-symbolic", + "audio-volume-high-symbolic", + "audio-volume-low-symbolic", + "audio-volume-medium-symbolic" }; static void -- 2.30.2